body {
background-color: #eaeaea;
margin: 0px;
font-family: Tahoma;
font-size: 11px;
color: #000000;
font-weight: normal;
font-style: normal;
line-height: normal;

background-repeat: repeat-x;
background-position: center top;
background-attachment: scroll;
}

a.active { font-family: tahoma; font-size: 11px; font-style: normal; text-decoration: none; color: #ff6600;}
a:link { font-family: tahoma; font-size: 11px; font-style: normal; text-decoration: none; color: #000000;}
a:visited { font-family: tahoma; font-size: 11px; font-style: normal; text-decoration: none; color: #000000;}
a:hover { font-family: tahoma; font-size: 11px; font-style: normal; text-decoration: none; color: #ff6600;}


.Tabella_Laterale {
border: 1px solid #cccccc;
}

/* $Id: example.css,v 1.5 2006/03/27 02:44:36 pat Exp $ */

/*--------------------------------------------------
REQUIRED to hide the non-active tab content.
But do not hide them in the print stylesheet!
--------------------------------------------------*/
.tabberlive .tabbertabhide {
display:none;
}

/*--------------------------------------------------
.tabber = before the tabber interface is set up
.tabberlive = after the tabber interface is set up
--------------------------------------------------*/
.tabber {
}
.tabberlive {
margin-top:1px;
}

/*--------------------------------------------------
ul.tabbernav = the tab navigation list
li.tabberactive = the active tab
--------------------------------------------------*/
ul.tabbernav
{
margin:0;
padding: 3px 0;
border-bottom: 1px solid #cccccc;
font: bold 12px Verdana, sans-serif;
}

ul.tabbernav li
{
list-style: none;
margin: 0;
display: inline;
}

ul.tabbernav li a
{
padding: 3px 0.5em;
margin-left: 3px;
border: 1px solid #cccccc;
border-bottom: none;
background-position: bottom;
background-image: url(/images/tabber/bkNorm.jpg);

text-decoration: none;
}

ul.tabbernav li a:link { color: #448; }
ul.tabbernav li a:visited { color: #667; }

ul.tabbernav li a:hover
{
color: #000;
background-image: url(/images/tabber/bkOver.jpg);
background-position: bottom;
border-color: #227;
}

ul.tabbernav li.tabberactive a
{
background-color: #fff;
background-image: none;
border-bottom: 1px solid #fff;
}

ul.tabbernav li.tabberactive a:hover
{
color: #000;
background: white;
background-image: none;
border-bottom: 1px solid white;
}

/*--------------------------------------------------
.tabbertab = the tab content
Add style only after the tabber interface is set up (.tabberlive)
--------------------------------------------------*/
.tabberlive .tabbertab {
padding:5px;
border:1px solid #cccccc;
border-top:0;

/* If you don't want the tab size changing whenever a tab is changed
you can set a fixed height */

/* height:200px; */

/* If you set a fix height set overflow to auto and you will get a
scrollbar when necessary */

/* overflow:auto; */
}

/* If desired, hide the heading since a heading is provided by the tab */
.tabberlive .tabbertab h2 {
display:none;
}
.tabberlive .tabbertab h3 {
display:none;
}








/* test tab */

.shadetabs
{
font: bold 12px Verdana, sans-serif;
margin-left: 0px;
margin-top: 0px;
margin-bottom: 0;
padding: 0px 0;
list-style-type: none;
text-align: left;

}
.shadetabs li{display: inline;margin: 0;}
.shadetabs li a
{
text-decoration: none;
padding: 3px 7px;
margin-right: 2px;
border-left: 1px solid #cccccc;
border-right: 1px solid #cccccc;
border-bottom: 1px solid #cccccc;
border-top:1px solid #cccccc;
background-position: bottom;
background-image: url(/public//files/sfondo-intestazione.jpg);
}

.shadetabs li a:visited
{
/*color: #000;*/
}
.shadetabs li a:hover
{
background-position: bottom;
background-image: url(/public//files/sfondo-intestazione.jpg);
}
.shadetabs li.selected{position: relative;top: 0;}
.shadetabs li.selected a{border-bottom-color: white;background: #fff;border-top: 1px solid #cccccc; }
.shadetabs li.selected a:hover{text-decoration: none;}
.tabcontentstyle
{ /*style of tab content container*/
&nbsp;&nbsp; 


border-top:1px solid solid #cccccc;
width: 550px;
margin-bottom: 10px; /* prima 1em; */
padding-left: 0;
text-align:left;
}
.tabcontent{display:none;margin-left: 5px; margin-right:0px;}

@media print 
.tabcontent {display:block!important;}






/* test tab */

.shadetabs1
{
font: bold 12px Verdana, sans-serif;
margin-left: 0px;
margin-top: 0px;
margin-bottom: 0;
padding: 0px 0;
list-style-type: none;
text-align: left;

}
.shadetabs1 li{display: inline;margin: 0;}
.shadetabs1 li a
{
text-decoration: none;
padding: 3px 7px;
margin-right: 2px;
border-left: 1px solid #cccccc;
border-right: 1px solid #cccccc;
border-bottom: 1px solid #cccccc;
border-top:1px solid #cccccc;
background-position: bottom;
background-image: url(/public//files/sfondo-intestazione.jpg);
}

.shadetabs1 li a:visited
{
/*color: #000;*/
}
.shadetabs1 li a:hover
{
background-position: bottom;
background-image: url(/public//files/sfondo-intestazione.jpg);
}
.shadetabs1 li.selected{position: relative;top: 0;}
.shadetabs1 li.selected a{border-bottom-color: white;background: #fff;border-top: 1px solid #cccccc; }
.shadetabs1 li.selected a:hover{text-decoration: none;}
.tabcontentstyle1
{ /*style of tab content container*/
&nbsp;&nbsp; 


border-left: 1px solid #cccccc;
border-right: 1px solid #cccccc;

border-top:1px solid&nbsp; #cccccc;
width: 570px;
margin-bottom: 0px; /* prima 1em; */
padding-left: 0;
text-align:left;
}
.tabcontent{display:none;margin-left: 5px; margin-right:0px;border-top:1px&nbsp; solid #cccccc;}

@media print 
{
.tabcontent 
{
display:block!important;
}
}


#login input[type='text']{width:90px;border: solid 1px #c0c0c0;font-family: tahoma; font-size: 10px; }
#login input[type='password']{width:90px;border: solid 1px #c0c0c0;font-family: tahoma; font-size: 10px;}
#login input[type='submit']{width:140px; height:20px;border: none ;font-family: tahoma; font-size: 10px; background: url('/public/login.gif') no-repeat right;}
